ComponentOne ASP.NET MVC Controls
ScrollIntoView Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ScrollIntoView Method
the scroll left of the grid's scrollbar.
the scroll top of the grid's scrollbar.
Scrolls the grid to bring a specific cell into view.
Syntax
'Declaration
 
Public Overridable Function ScrollIntoView( _
   ByVal left As Integer, _
   ByVal top As Integer _
) As TBuilder
public virtual TBuilder ScrollIntoView( 
   int left,
   int top
)

Parameters

left
the scroll left of the grid's scrollbar.
top
the scroll top of the grid's scrollbar.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members